home *** CD-ROM | disk | FTP | other *** search
- .TH CONE
- 6 "IRIT Version 6.0"
- .SH NAME
- CONE
-
-
-
- PolygonType CONE( VectorType Center, VectorType Direction,
- NumericType Radius )
-
- Creates a CONE geometric object, defined by Center as the center of
- the base of the CONE, Direction as the CONE's axis and height, and
- Radius as the radius of the base of the CONE.
- See RESOLUTION for accuracy of the CONE approximation as a polygonal model.
-
- Example:
-
- Cone1 = CONE( vector( 0, 0, 0 ), vector( 1, 1, 1 ), 1 );
-
- constructs a cone based in an XY parallel plane, centered at the origin
- with radius 1 and with tilted apex at ( 1, 1, 1 ).
-
- See also CON2.
-